@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css');

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
    font-family: "Poppins", sans-serif;

}

.body-active {
    opacity: 0.9;
}


/* Nav section */
#navbar {
    height: 100px;
    width: 100%;
    background-color: #111c2c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;

}

#navbar h1 a {
    margin-left: 40px;
    font-weight: 600;
    font-size: 1.6rem;
    color: #1bfcf4;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;

}

#navbar h1 a {
    text-decoration: none;

}

#navbar h1 i {
    font-size: 2rem;
}

#navbar h1:hover {
    color: #1bfcf4;
    text-shadow: #1bfcf4 4px 4px 20px;
    transition: all 0.1s ease-in-out;
}

#navbar>ul {
    display: flex;
    gap: 60px;
    border: 2px solid #1bfcf4;
    background-color: #232832;
    border-radius: 50px;
    padding: 15px 50px;
    transition: all 0.5s;
}

#navbar>ul>li {
    list-style-type: none;
}

#navbar>ul>li>a {
    text-decoration: none;
    font-size: 1.15rem;
    color: white;
}

#navbar>ul>li>a:hover {
    color: #1bfcf4;
    transition: all 0.1s ease-in-out;
}

.ul-list.active {
    max-height: 500px;
    /* Large enough */
    opacity: 1;
    transform: translateY(0);
    padding: 20px 0 20px 20px;
}



.right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
    align-items: center;
    gap: 15px;
    padding: 10px;
}

.light img {
    width: 25px;
    margin-top: 7px;

}

.mode {
    margin-right: 20px;
}

#mode {
    height: 45px;
    width: 100px;
    border: 2px solid #1bfcf4;
    border-radius: 20px;
    background-color: #111c2c;
    color: white;

}


.burgur {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 30px;
    width: 30px;
    border: 2px solid white;
    padding: 4px;
    border-radius: 10px;
    display: none;
    margin-right: 20px;

}


/* hero section */

#Home {
    height: calc(80vh - 100px);
    width: 100%;
    /* background-color: #1bfcf4; */
    display: flex;
    /* background-color: #00bfff; */

}


.left1,
.right1 {
    height: 100%;
    ;
    width: 50%;
    color: white;
    display: flex;
    align-items: center;
}

.right1 {
    font-size: 1.5rem;
}

.left1 {
    /* position: relative; */
    display: flex;
    left: 200px;
    justify-content: center;
    bottom: 30px;
}

.left1 img {
    width: 45%;
    border-radius: 50%;
}

.box2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 20px;
    width: 80%;
    height: 50%;
}

.box2 h2 {
    font-size: 1.85rem;
    font-weight: 600;
}


#hello {
    font-size: 1rem;
    font-weight: 400;
}

#element {
    color: #1bfcf4;
    font-weight: 600;
    font-size: 1.4rem;
    display: inline-block;
}

.para {
    font-size: 1rem;
    color: #9b9b9c;
    margin-top: 10px;
}

.resume button {
    border: 2px solid #1bfcf4;
    height: 35px;
    padding: 7px 20px;
    border-radius: 20px;
    background-color: transparent;
    cursor: pointer;
    color: white;
    transition: all 0.3s ease-in-out;
    margin-bottom: 1%;
}

.resume button:hover {
    background-color: #1bfcf4;
    color: black;
}

.logos {
    height: auto;
    width: auto;
    display: flex;
    gap: 15px;


}

.logos svg {
    width: 35px;
    height: 35px;
    color: white;
    cursor: pointer;
    border-radius: 50%;

}

.logos button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.logos button:hover svg {
    box-shadow: #1bfcf4 0px 0px 20px;
    transition: all 0.2s ease-in-out;
}

/* archivment */
#archivment {
    height: 150px;
    display: flex;
    /* background-color: red; */
    color: #ffffff;
    justify-content: space-around;
    align-items: center;
}

.contain {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.contain h2 {
    font-weight: 600;
    font-size: 2.5rem;
    color: #1bfcf4;


}

.contain p {
    font-weight: 400;
    font-size: 0.90rem;
    width: 50%;
    color: #fbbf24;


}

.line {
    height: 50px;
    width: 1px;
    background-color: #ffffff;
}

/* About section */



#about-me {
    /* height: 80vh; */
    width: 100%;
    margin-top: 70px;
    /* background-color: aqua; */
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.about-head {
    /* background-color: #2196f3; */
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.about-head h2 {
    color: #1bfcf4;
    font-size: 2.8rem;
    font-weight: 450;

}

.about-head span {
    color: #fbbf24;
}

.box-container {
    height: calc(100% - 80px);
    /* background-color: red; */
    display: flex;
}

.intro {
    height: 200px;
    /* background-color: blueviolet; */
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
}

.intro1 {
    height: 100%;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #00bfff; */
}

.intro h1 {
    font-weight: 400;
    color: #1bfcf4;
    font-size: 2rem;
}

.detail-intro {
    width: 70%;
    height: 100%;
    align-items: center;
    /* background-color: rebeccapurple; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.detail-intro span {
    line-height: 1.8;
    color: #9b9b9c;
    width: 95%;
}

.detail-intro-2 {
    width: 70%;
    height: 100%;
    color: #9b9b9c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.detail-intro-2 span,
p {
    width: 95%;
    line-height: 1.5;
    font-weight: 300;
    font-size: 0.95rem;

}

.detail-intro-2 p {
    margin-top: 10px;
    color: #9b9b9c;
}

.detail-intro-2 h3 {
    color: #fbbf24;
    font-weight: 400;
    opacity: 0.8;
}

#Internships {
    height: 500px;
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    /* background-color: red; */
}

.left-line {
    width: 2px;
    height: 300px;
    background-color: white;
}

.intern-heading {
    display: flex;
    align-items: center;
    gap: 7rem;
    background-color: #2196f3;
}

.dot {
    height: 15px;
    width: 15px;
    background-color: #1bfcf4;
    border-radius: 50%;
}

.intern {
    display: flex;
    align-items: center;
    gap: 7rem;
}

/* expreance section */
.experience {
    width: 70%;
    margin: 60px auto;
    color: white;
    /* background: red; */
}

.experience h2 {
    color: #1bfcf4;
    font-size: 2.8rem;
    font-weight: 450;
    margin-bottom: 70px;
    text-align: center;
}

.timeline {
    position: relative;
    padding-left: 40px;
    border-left: 2px solid #333;
}

.timeline-item {
    margin-bottom: 50px;
    position: relative;
}
.timeline-item ul{
    margin-left: 20px;
    color: #ccc;
    font-size: 15px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -53px;
    top: 5px;
    width: 18px;
    height: 18px;
    /* background: #fbbf24; */
    border: 3px solid #1bfcf4;
    border-radius: 50%;
    /* border: 3px solid #111; */
    transition: all 0.8s ease-in-out;
}

.timeline-item h3 {
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
    color: #1bfcf4;
}

.timeline-item span {
    display: block;
    color: #fbbf24;
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0 12px 0;
}

.timeline-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #ccc;
    margin: 0;
    /* max-width: 600px; */
}

/* Hover effect */
.timeline-item:hover::before {
    /* background: orange; */
    /* border: 3px solid #fbbf24; */
    background-color: #1bfcf4;
    transition: 0.3s;
}


/* foot section */
#foot {
    height: 120px;
    width: 100%;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;

}

.footcon {
    color: #97ddeb;
    display: flex;
    gap: 5px;
    /* background-color: #626dff; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;

}


.footcon1 {
    color: #97ddeb;
    display: flex;
    gap: 5px;
    /* background-color: #626dff; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;

}

.footcon svg {
    filter: invert(100%) sepia(100%) hue-rotate(180deg) brightness(150%);
    color: white;
    width: 20px;
}



/* skill section */
#skills-section {
    height: calc(100vh - 100px);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    gap: 50px;
    color: white;
}

.heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

.heading h1 {
    font-size: 1.85rem;
    font-weight: 600;
    color: #1bfcf4;
}

.heading h1:hover {
    color: #1bfcf4;
    text-shadow: #1bfcf4 4px 4px 20px;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

.heading p {
    font-size: 1.2rem;
    color: #9b9b9c;
}


/* skill container */

.container {
    min-height: 200px;
    width: 100%;
    gap: 20px;
    /* background-color: #1bfcf4; */
    margin-top: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    /* gap: 80px; */

}

.skills {
    width: 250px;
    height: 300px;
    background-color: #232832;
    padding: 10px;
    box-sizing: border-box;
    /* Avoid overflow issues */
    overflow: hidden;
    border-radius: 10px;
    /* transition: all 0.3s ease-in-out; */
}

.skills:hover {
    transform: scale(1.008);
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(9, 206, 250, 0.507) 0px 7px 29px 0px;
}

.skills-heading {
    height: 20%;
    width: 100%;
    background-color: #111c2c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    border-radius: 40px;
}

.skills-heading h3 {
    font-size: 1.1rem;
    color: #1bfcf4;
    font-weight: 600;
}

.skills-heading h3:hover {
    /* color: #d3d3d8; */
    text-shadow: #1bfcf4 4px 4px 20px;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

.skill-topic {
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    /* background-color: #232832; */
}

.skill-topic img {
    width: 20px;
    height: 20px;
}

.skill-topic svg {
    width: 22px;
    height: 22px;
}

.skill-topic span {
    font-size: 1.2rem;
    color: #d3d3d8;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}




.skills span {
    font-size: 1rem;
    color: #d3d3d8;
}



/* Projects section */

#Project-section {
    /* height: calc(100vh - 100px); */
    /* width: 100%; */
    /* background-color: lightgray; */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

}

.hadding {
    height: 100px;
    width: 100%;
    /* background-color: #1bfcf4; */
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.hadding h1 {

    font-size: 1.90rem;
    font-weight: 550;
    color: #1bfcf4;

}

.hadding p {
    font-size: 1.2rem;
    color: #9b9b9c;
}

.hadding h1:hover {
    color: #1bfcf4;
    text-shadow: #1bfcf4 4px 4px 20px;
    cursor: pointer;
}

.proj {
    height: auto;
    padding: 30px;

}

.p-number {
    /* padding: 10px; */
    height: 70px;
    display: flex;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    /* background-color: #1bfcf4; */
}

.p-number span {
    color: #d1d1d1;
}

.p-number h2 {
    display: inline-block;
    margin-right: 17px;
    font-size: 1.65rem;
    font-weight: 500;
    color: #1bfcf4;
    /* border-bottom: 2px solid #00bfff; */
}

.p-content {
    height: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* background-color: #d206d2; */
}

.p-content h3 {
    font-size: 1rem;
    /* font-weight: 400; */
    color: #00bfff;
    display: inline-block;

}

.p-content span {
    color: #d1d1d1;
}

.discription h4 {
    display: inline-block;
    color: #00bfff;
}

.proj-visit {
    display: flex;
    gap: 20px;
}

.proj-visit button {
    padding: 7px 20px 7px 20px;
    border: 2px solid #00bfff;
    border-radius: 10px;
    background-color: #232832;
    cursor: pointer;
    color: white;
}

.proj-visit button:hover {
    background-color: #2196f3;
}


/* contact seciton */

#contact-section {
    height: calc(100vh - 100px);
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* align-items: center; */
}

.hadding i {
    font-size: 1.5rem;
    color: lightgreen;
}

.form-conteainer {
    height: 80%;
    width: 30%;
    background-color: #232832;
    margin-top: 50px;
    border-radius: 20px;
}

.form-conteainer .hadding {
    margin-top: 20px;
}


#form-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;

}

#form-sec input {
    width: 80%;
    /* padding: 12px 16px; */
    height: 50px;
    padding-left: 10px;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s, box-shadow 0.3s;
    background-color: #111c2c;
    color: white;
    border: none;
    cursor: pointer;

}

#form-sec input:hover {
    box-shadow: rgba(9, 206, 250, 0.507) 0px 7px 29px 0px;

}

#form-sec input:focus {
    border: none;
    outline: none;
}

#form-sec button {
    height: 45px;
    width: 115px;
    border-radius: 5px;
    background-color: #111c2c;
    color: #1bfcf4;
    border: none;
    font-weight: 700;
    padding: 10px;

}

#form-sec button:hover {
    box-shadow: rgba(9, 206, 250, 0.507) 0px 7px 29px 0px;
    transition: all 0.5s ease-in-out;
    /* color: #232832; */

}

.message {
    height: 40px;
    padding: 0px;
}



/* Responsive Design */

@media only screen and (max-width: 1050px) {
    body {
        display: flex;
        flex-direction: column;
        gap: 50px
    }

    /* Navbar */
    #navbar .ul-list {
        display: none;
    }

    #navbar h1 a {
        margin-left: 18px;
        font-size: 1.25rem;
    }

    .burgur {
        display: flex;
    }

    .burgur svg {
        width: 30px;
        height: 30px;
    }

    #navbar ul.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 75px;
        right: 20px;
        width: 50%;
        background-color: #232832;
        padding: 20px 0px 20px 20px;
        border-radius: 0px;
        gap: 20px;
        height: auto;
    }

    #navbar ul.active a {
        display: block;
    }

    #mode {
        position: absolute;
        right: 80px;
        top: 30px;
    }


    /* Home section */
    #Home {
        flex-direction: column;
        height: auto;
        align-items: center;
        gap: 20px;
    }

    #hello {
        font-size: 1.4rem;
    }

    .right1 {
        width: 95%;
        height: auto;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .box2 {
        gap: 15px;
        margin-left: 0px;
    }

    .logos {
        justify-content: center;
        align-items: center;
    }

    .right button {
        display: none;

    }

    .left1 img {
        width: 80%;
        height: auto;
    }

    .right1 {
        left: 0;
        bottom: 0;
        justify-content: center;
    }

    .left1 h2 {
        font-size: 1.5rem;
    }

    .type {
        font-size: 1.3rem;
    }

    #element {
        font-size: 1.3rem;
    }


    /* about section */
    #archivment {
        height: auto;
        flex-wrap: wrap;
    }

    .line {
        display: none;
    }

    .intro {
        width: 100%;
        flex-direction: column;
        height: auto;
        align-items: center;
    }

    .intro h1 {
        font-size: 1.8rem;
    }

    .intro1 {
        width: 100%;
        flex-direction: column;
        height: auto;
        align-items: unset;
    }

    .detail-intro {
        width: 92%;
    }

    .detail-intro span {
        width: unset;
        line-height: 1.6;
    }

    .detail-intro-2 {
        width: 92%;
    }


    /* .experience section */
    .experience{
        width: 80%;
    }

    /* skill section */

    body {
        /* display: flex;
        flex-direction: column;
        gap : 10px; */

        .container {
            gap: 40px;
        }

        .heading p {
            text-align: center;
            padding: 20px;
        }

        #skills-section {
            height: auto;
            gap: 0px;
            /* padding: 20px; */
        }

        .heading {
            margin-top: 0px;
        }

        /* foot section */
        .footcon {
            font-size: 1rem;
        }

        .footcon1 {
            font-size: 0.7rem;
        }

        /* project section */


        .hadding {
            margin-top: 0px;
        }

        .hadding p {
            text-align: center;
        }

        .form-conteainer {
            height: 67%;
            width: 80%;
        }

        /* contact section */
        #contact-section {
            height: auto;
        }

        #form-sec button {
            margin-bottom: 15px;
        }
    }
}